GDK W32: Fix positioning of reparented window
authorJeremy Tan <jtanx@outlook.com>
Fri, 15 Apr 2016 11:22:20 +0000 (19:22 +0800)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 15 Apr 2016 13:21:11 +0000 (13:21 +0000)
commit8ebb6969cbe49e75df37d8d7b55ae0814d7f3878
tree831835d7e23aae3fd2e20f880e7b0a00603e0c15
parent8a2061f581d3dcb3928ccd5aeac77f6127c52cf4
GDK W32: Fix positioning of reparented window

MoveWindow should not be used over the pre-existing move/resize
functions, which already correctly position a window with respect
to its parent, while also taking into account the size of window
decorations.

https://bugzilla.gnome.org/show_bug.cgi?id=765100
gdk/win32/gdkwindow-win32.c